repo: Fix annotations for remote_fetch_summary functions
authorDan Nicholson <nicholson@endlessm.com>
Fri, 9 Dec 2016 12:37:47 +0000 (06:37 -0600)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 9 Dec 2016 13:07:42 +0000 (13:07 +0000)
commit640e92ef373d7a5a3efcb09852b5c20d23592395
treea240df69641f6af0d3536cec8585156b57acb900
parentc19fae0282f52581665c62c74ab808b80382f301
repo: Fix annotations for remote_fetch_summary functions

These are out parameters, so add the (out) annotation and switch
(nullable) to (optional) since the latter is used for the purpose of
optional out parameters.

Closes: #629
Approved by: cgwalters
src/libostree/ostree-repo-pull.c
src/libostree/ostree-repo.c